Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve #1; installation failure with inline function #2

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

watanabe-j
Copy link
Owner

Solve #1, installation failure on macOS 10.6 (powerpc), gcc 13.3.0, R 4.4.1, due to Symbol not found: _gsl_poly_eval.
The inline function gsl_poly_eval() was not treated in the portable, robust way that GSL does, causing a problem in certain platforms that the package had not previously been tested with.
Solved by adding build.h and poly/eval.c from GSL, which appropriately handle this matter.

@watanabe-j watanabe-j changed the title Dev hide inline static Solve #1; installation failure with inline function Sep 24, 2024
@watanabe-j watanabe-j self-assigned this Sep 24, 2024
@watanabe-j watanabe-j merged commit a2ccd27 into main Sep 24, 2024
5 checks passed
@watanabe-j watanabe-j deleted the dev_HIDE_INLINE_STATIC branch September 24, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant